@import url("./nav.css");
@import url("./footer.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}

#h1tag{
    text-align: center;
}

#h2tag{
    color:#002147;
}

.tbldiv{
    height:max-content;
    width: 100%;
    padding: 52px;
    /* border: 1px solid black; */
    /* display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center; */
    overflow-x:auto;
    background-color: #47474717;
    box-shadow: 1px 1px 10px 1px gray;
    margin-bottom: 10px;
    margin-top: 7px;


}

.tbldiv table{
    border: 1px slid black;
    text-align: center;
    /* width:800px; */
    
}

th{
    background-color:#3d404f;
    color:whitesmoke;
    width: 150px;
    height: 80px;
    border-style:none ;


}

td{
    height:80px;
    width:180px;
}




